home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Charme 2
/
CD Charme 02.iso
/
mac
/
BomB'X
/
SOURCES
/
S2_SCREEN_2.k
< prev
next >
Wrap
Text File
|
1995-11-17
|
1KB
|
62 lines
object S2_SCREEN_2 is MEDIADISTRIBUTOR
with
Duration is -1;
X is 0; Y is 0; Width is 640; Height is 480;
Items is [
S2_1_FOND,
S2_4_STOPPILE2,
S2_5_BOMBXMAC_MOV_
];
end;
object S2_1_FOND is MEDIASCROLLER
has
OffScreen()
do
self.Enable(true);
self.Show(true);
end;
with
Target is PICTURECLIENT with Supplier is M3_FOND; Duration is 0; end;
Duration is -1;
X is 0; Y is 0; Width is 640; Height is 480;
end;
object S2_4_STOPPILE2 is MEDIASCROLLER
has
OffScreen()
do
self.Enable(true);
self.Show(true);
end;
MouseUp(theX, theY)
do
APPLICATION.GoTo(S3_SCREEN_3);
end;
with
Target is PICTURECLIENT with Supplier is M7_STOPPILE2; Duration is 0; end;
Duration is -1;
X is 509; Y is 243; Width is 50; Height is 51;
end;
object S2_5_BOMBXMAC_MOV_ is MEDIACONTROLLER
has
OffScreen()
do
self.Run(true);
self.Show(true);
end;
with
Target is MOVIECLIENT with Supplier is M1_BOMBXMAC_MOV_; end;
Duration is 0;
X is 160; Y is 120; Width is 320; Height is 240;
end;